-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
conformance test descriptions #141
Conversation
@@ -1 +1,2 @@ | |||
name: 'Operator "max"' | |||
description: Assigns the value of the expression which is to find the Maximum number among all the given numbers using "max" function to the property "value" of the node "container". |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"Maximum" to lowercase
@@ -1 +1,2 @@ | |||
name: 'Operator "mean"' | |||
description: Assigns the value of the expression which is to find the Mean of all the given numbers using "mean" function to the property "value" of the node "container". |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"Mean" to lowercase
@@ -1 +1,2 @@ | |||
name: 'Operator "median"' | |||
description: Assigns the value of the expression which is to find the Median of all the given numbers using "median" function to the property "value" of the node "container". |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"Median" to lowercase
@@ -1 +1,2 @@ | |||
name: 'Operator "min"' | |||
description: Assigns the value of the expression which is to find the Minimum number among all the given numbers using "min" function to the property "value" of the node "container". |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"Minimum" to lowercase
@@ -1 +1,2 @@ | |||
name: 'Operator "standard_deviation"' | |||
description: Assigns the value of the expression which is to find the Standard deviation of all the given numbers using "standard_deviation" function to the property "value" of the node "container". |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"Standard" to lowercase
@@ -0,0 +1,3 @@ | |||
description: | | |||
- under the "conditions" the "group_presence" function checks if group named "group_one" is present or not. | |||
- "group_one" is absent since false is assigned as condition. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
And what happens then? Node "container" is absent.
@@ -0,0 +1,3 @@ | |||
description: | | |||
- under the "conditions" the "group_presence" function checks if group named "group_one" is present or not. | |||
- "group_one" is present since true is assigned as condition. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
And what happens then? Node "container" is present.
@@ -0,0 +1,4 @@ | |||
description: | | |||
- node "three" is present since there is no othe requirement. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I dont understand this. Node "three" is present since is has no conditions assigned.
@@ -1,2 +1,2 @@ | |||
name: 'Operator "concat"' | |||
description: Assigns the value of the intrinsic function to the property "value" of the node "container". | |||
description: Assigns the value of the The function "token" which is to Split the given string "hello world" by ' ' and returns "world" specified by the provided index 1, to the property "value" of the node "container". |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"The" to lowercase
@@ -1,2 +1,2 @@ | |||
name: 'Operator "concat"' | |||
description: Assigns the value of the intrinsic function to the property "value" of the node "container". | |||
description: Assigns the value of the The function "token" which is to Split the given string "hello world" by ' ' and returns "world" specified by the provided index 1, to the property "value" of the node "container". |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"Split" to lowercase
No description provided.